home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / TextOperations.strings < prev    next >
Encoding:
Text File  |  1996-02-24  |  2.0 KB  |  79 lines

  1. /* The operation of left and right justifying some text. */
  2. "Justify";
  3.  
  4. /* The operation of setting the paragraph properties of some text based on the copy/paste ruler mechanism. */
  5. "Paste Ruler";
  6.  
  7. /* The operation of superscripting some text. */
  8. "Superscript";
  9.  
  10. /* The operation of underlining some text. */
  11. "Underline";
  12.  
  13. /* The operation of cutting some graphical entities out of the document and putting them on the Pasteboard. */
  14. "Cut";
  15.  
  16. /* The operation of changing the font of some text. */
  17. "Set Font";
  18.  
  19. /* The operation of changing the indentation of some text. */
  20. "Indent";
  21.  
  22. /* The operation of centering some text. */
  23. "Center";
  24.  
  25. /* The operation of adding a tab stop to some text. */
  26. "New Tab";
  27.  
  28. /* The operation of changing the gray of some text. */
  29. "Text Gray";
  30.  
  31. /* The operation of eliminating any super or subscripting of some text. */
  32. "Unscript";
  33.  
  34. /* The operation of aligning a paragraph to the left. */
  35. "Align Left";
  36.  
  37. /* The operation of changing the size of some text. */
  38. "Font Size";
  39.  
  40. /* The user action of changing the font of a bunch of selected graphical entities. */
  41. "Font";
  42.  
  43. /* The operation of changing the first indent of some text. */
  44. "First Indent";
  45.  
  46. /* The operation of changing the tab stops in some text. */
  47. "Tab Move";
  48.  
  49. /* The operation of aligning a paragraph to the right. */
  50. "Align Right";
  51.  
  52. /* The operation of changing the left margin on some text. */
  53. "Left Margin";
  54.  
  55. /* The operation of deleting a tab stop in some text. */
  56. "Delete Tab";
  57.  
  58. /* The operation of changing some general paragraph properties of some text. */
  59. "Paragraph Change";
  60.  
  61. /* The operation of changing the color of some text. */
  62. "Text Color";
  63.  
  64. /* The operation of subscripting some text. */
  65. "Subscript";
  66.  
  67. /* The operation of changing the right margin on some text. */
  68. "Right Margin";
  69.  
  70. /* The operation of replace a run of text. */
  71. "Replace";
  72.  
  73. /* The operation of setting the font of some text based on the copy/paste font mechanism. */
  74. "Paste Font";
  75.  
  76. /* The operation of pressing the delete key to remove the selected graphical entites or text from the document entirely. */
  77. "Delete";
  78.  
  79.